home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970929-19971216 / 000149_news@newsmaster….columbia.edu _Mon Oct 20 11:10:55 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA04153
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 20 Oct 1997 11:10:54 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA10202
  7.     for kermit.misc@watsun; Mon, 20 Oct 1997 11:10:53 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Kermit protocol
  12. Date: 20 Oct 1997 15:10:46 GMT
  13. Organization: Columbia University
  14. Lines: 14
  15. Message-ID: <62fs9m$ir3$1@apakabar.cc.columbia.edu>
  16. References: <01bcdbdf$cbdd5000$f0685cc1@achilleus>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7927
  19.  
  20. In article <01bcdbdf$cbdd5000$f0685cc1@achilleus>, demo <demo@demo.gr> wrote:
  21. : I want to know if there is an easy way to make a connection with the kermit
  22. : program of the other side via my program. I think that if i have the
  23. : commands or all of the kermit protocol i can make it. Does anybody know
  24. : where i can find it.
  25. Kermit programs come with manuals that explain how to use them.  Yes, Kermit
  26. programs can be invoked from other programs.  Your program would give a
  27. command-line argument to the Kermit program telling it what to do.  More
  28. information about Kermit software and manuals at:
  29.  
  30.   http://www.columbia.edu/kermit/
  31.  
  32. - Frank